home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextLibrary / Frameworks / NEXTIME.framework / Components / NTSoundOut.bundle / Resources / NT.component < prev   
Encoding:
Text File  |  1994-12-20  |  401 b   |  20 lines

  1. {
  2.     NTComponentTypeName = NTOutputDevice;
  3.     NTComponentSubtypeName = NTSound;
  4.     NTVendor = "NeXT Computer, Inc.";
  5.     NTMediaType = NTSound;
  6.     
  7.     NTConfiguration = {
  8.     NTSampleInput = {
  9.         NTFormatType = NTRaw;
  10.         NTFormatSubtype = NTRaw;
  11.     };
  12.     NTSampleOutput = {
  13.         NTFormatType = NTOutputDevice;
  14.         NTFormatSubtype = NTRaw;
  15.     };
  16.     };
  17.     NTComponentPrincipalClass = NTSoundOut_;
  18. }
  19.  
  20.